home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / bestuur / taskman / SuperCopier2beta1-9.exe / SuperCopier2.exe / 0 / RCDATA / TDISKSPACEFORM / TDISKSPACEFORM.txt < prev   
Text File  |  2006-07-07  |  2KB  |  101 lines

  1. object DiskSpaceForm: TDiskSpaceForm
  2.   Left = 597
  3.   Top = 103
  4.   BorderStyle = bsToolWindow
  5.   Caption = ' - Not enough free space'
  6.   ClientHeight = 147
  7.   ClientWidth = 400
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object llDiskSpaceText1: TTntLabel
  22.     Left = 48
  23.     Top = 8
  24.     Width = 270
  25.     Height = 13
  26.     Caption = 'There is not enough free space on the following volumes:'
  27.   end
  28.   object llDiskSpaceText2: TTntLabel
  29.     Left = 48
  30.     Top = 104
  31.     Width = 126
  32.     Height = 13
  33.     Caption = 'What would you like to to?'
  34.   end
  35.   object imIcon: TTntImage
  36.     Left = 8
  37.     Top = 8
  38.     Width = 32
  39.     Height = 32
  40.     Picture.Data = {<image000.ico>}
  41.     Transparent = True
  42.   end
  43.   object lvDiskSpace: TTntListView
  44.     Left = 48
  45.     Top = 23
  46.     Width = 345
  47.     Height = 79
  48.     Columns = <
  49.       item
  50.         Caption = 'Volume'
  51.         Width = 131
  52.       end
  53.       item
  54.         Alignment = taRightJustify
  55.         Caption = 'Size'
  56.         Width = 70
  57.       end
  58.       item
  59.         Alignment = taRightJustify
  60.         Caption = 'Free'
  61.         Width = 70
  62.       end
  63.       item
  64.         Alignment = taRightJustify
  65.         Caption = 'Lacking'
  66.         Width = 70
  67.       end>
  68.     ColumnClick = False
  69.     ReadOnly = True
  70.     RowSelect = True
  71.     TabOrder = 0
  72.     ViewStyle = vsReport
  73.   end
  74.   object btCancel: TScPopupButton
  75.     Left = 296
  76.     Top = 120
  77.     Width = 99
  78.     Height = 25
  79.     TabOrder = 1
  80.     TabStop = True
  81.     ItemIndex = 0
  82.     Caption = 'Cancel'
  83.     ImageIndex = 6
  84.     ImageList = MainForm.ilGlobal
  85.     OnClick = btCancelClick
  86.   end
  87.   object btForce: TScPopupButton
  88.     Left = 192
  89.     Top = 120
  90.     Width = 99
  91.     Height = 25
  92.     TabOrder = 2
  93.     TabStop = True
  94.     ItemIndex = 0
  95.     Caption = 'Force copy'
  96.     ImageIndex = 1
  97.     ImageList = MainForm.ilGlobal
  98.     OnClick = btForceClick
  99.   end
  100. end
  101.